PowerTools SPREAD for Windows Forms 8.0J
AddObject(IExpressionConsumer,Boolean[]) メソッド


依存式コンシューマオブジェクト。
このオブジェクトの数式がセル範囲内のセルまたはテーブルを参照しているかどうかを示すブール値の配列。
依存式コンシューマオブジェクトを追加します。
構文
'Declaration
 
Public Overloads Sub AddObject( _
   ByVal consumer As IExpressionConsumer, _
   ByVal dependents() As Boolean _
) 
'使用法
 
Dim instance As FormulaDependentInfos
Dim consumer As IExpressionConsumer
Dim dependents() As Boolean
 
instance.AddObject(consumer, dependents)
public void AddObject( 
   IExpressionConsumer consumer,
   bool[] dependents
)

パラメータ

consumer
依存式コンシューマオブジェクト。
dependents
このオブジェクトの数式がセル範囲内のセルまたはテーブルを参照しているかどうかを示すブール値の配列。
参照

FormulaDependentInfos クラス
FormulaDependentInfos メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.